3.307 \(\int \frac{1}{(a+i a \tan (c+d x))^{5/3}} \, dx\)

Optimal. Leaf size=213 \[ -\frac{i \sqrt{3} \tan ^{-1}\left (\frac{\sqrt [3]{a}+2^{2/3} \sqrt [3]{a+i a \tan (c+d x)}}{\sqrt{3} \sqrt [3]{a}}\right )}{4\ 2^{2/3} a^{5/3} d}+\frac{3 i \log \left (\sqrt [3]{2} \sqrt [3]{a}-\sqrt [3]{a+i a \tan (c+d x)}\right )}{8\ 2^{2/3} a^{5/3} d}+\frac{i \log (\cos (c+d x))}{8\ 2^{2/3} a^{5/3} d}-\frac{x}{8\ 2^{2/3} a^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}+\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}} \]

[Out]

-x/(8*2^(2/3)*a^(5/3)) - ((I/4)*Sqrt[3]*ArcTan[(a^(1/3) + 2^(2/3)*(a + I*a*Tan[c + d*x])^(1/3))/(Sqrt[3]*a^(1/
3))])/(2^(2/3)*a^(5/3)*d) + ((I/8)*Log[Cos[c + d*x]])/(2^(2/3)*a^(5/3)*d) + (((3*I)/8)*Log[2^(1/3)*a^(1/3) - (
a + I*a*Tan[c + d*x])^(1/3)])/(2^(2/3)*a^(5/3)*d) + ((3*I)/10)/(d*(a + I*a*Tan[c + d*x])^(5/3)) + ((3*I)/8)/(a
*d*(a + I*a*Tan[c + d*x])^(2/3))

________________________________________________________________________________________

Rubi [A]  time = 0.132382, antiderivative size = 213, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 6, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.353, Rules used = {3479, 3481, 57, 617, 204, 31} \[ -\frac{i \sqrt{3} \tan ^{-1}\left (\frac{\sqrt [3]{a}+2^{2/3} \sqrt [3]{a+i a \tan (c+d x)}}{\sqrt{3} \sqrt [3]{a}}\right )}{4\ 2^{2/3} a^{5/3} d}+\frac{3 i \log \left (\sqrt [3]{2} \sqrt [3]{a}-\sqrt [3]{a+i a \tan (c+d x)}\right )}{8\ 2^{2/3} a^{5/3} d}+\frac{i \log (\cos (c+d x))}{8\ 2^{2/3} a^{5/3} d}-\frac{x}{8\ 2^{2/3} a^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}+\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}} \]

Antiderivative was successfully verified.

[In]

Int[(a + I*a*Tan[c + d*x])^(-5/3),x]

[Out]

-x/(8*2^(2/3)*a^(5/3)) - ((I/4)*Sqrt[3]*ArcTan[(a^(1/3) + 2^(2/3)*(a + I*a*Tan[c + d*x])^(1/3))/(Sqrt[3]*a^(1/
3))])/(2^(2/3)*a^(5/3)*d) + ((I/8)*Log[Cos[c + d*x]])/(2^(2/3)*a^(5/3)*d) + (((3*I)/8)*Log[2^(1/3)*a^(1/3) - (
a + I*a*Tan[c + d*x])^(1/3)])/(2^(2/3)*a^(5/3)*d) + ((3*I)/10)/(d*(a + I*a*Tan[c + d*x])^(5/3)) + ((3*I)/8)/(a
*d*(a + I*a*Tan[c + d*x])^(2/3))

Rule 3479

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> Simp[(a*(a + b*Tan[c + d*x])^n)/(2*b*d*n), x] +
Dist[1/(2*a), Int[(a + b*Tan[c + d*x])^(n + 1), x], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0] && LtQ[n
, 0]

Rule 3481

Int[((a_) + (b_.)*tan[(c_.) + (d_.)*(x_)])^(n_), x_Symbol] :> -Dist[b/d, Subst[Int[(a + x)^(n - 1)/(a - x), x]
, x, b*Tan[c + d*x]], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[a^2 + b^2, 0]

Rule 57

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))^(2/3)), x_Symbol] :> With[{q = Rt[(b*c - a*d)/b, 3]}, -Simp[L
og[RemoveContent[a + b*x, x]]/(2*b*q^2), x] + (-Dist[3/(2*b*q), Subst[Int[1/(q^2 + q*x + x^2), x], x, (c + d*x
)^(1/3)], x] - Dist[3/(2*b*q^2), Subst[Int[1/(q - x), x], x, (c + d*x)^(1/3)], x])] /; FreeQ[{a, b, c, d}, x]
&& PosQ[(b*c - a*d)/b]

Rule 617

Int[((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = 1 - 4*Simplify[(a*c)/b^2]}, Dist[-2/b, Sub
st[Int[1/(q - x^2), x], x, 1 + (2*c*x)/b], x] /; RationalQ[q] && (EqQ[q^2, 1] ||  !RationalQ[b^2 - 4*a*c])] /;
 FreeQ[{a, b, c}, x] && NeQ[b^2 - 4*a*c, 0]

Rule 204

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTan[(Rt[-b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[-b, 2]), x] /
; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin{align*} \int \frac{1}{(a+i a \tan (c+d x))^{5/3}} \, dx &=\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}}+\frac{\int \frac{1}{(a+i a \tan (c+d x))^{2/3}} \, dx}{2 a}\\ &=\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}+\frac{\int \sqrt [3]{a+i a \tan (c+d x)} \, dx}{4 a^2}\\ &=\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}-\frac{i \operatorname{Subst}\left (\int \frac{1}{(a-x) (a+x)^{2/3}} \, dx,x,i a \tan (c+d x)\right )}{4 a d}\\ &=-\frac{x}{8\ 2^{2/3} a^{5/3}}+\frac{i \log (\cos (c+d x))}{8\ 2^{2/3} a^{5/3} d}+\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}-\frac{(3 i) \operatorname{Subst}\left (\int \frac{1}{\sqrt [3]{2} \sqrt [3]{a}-x} \, dx,x,\sqrt [3]{a+i a \tan (c+d x)}\right )}{8\ 2^{2/3} a^{5/3} d}-\frac{(3 i) \operatorname{Subst}\left (\int \frac{1}{2^{2/3} a^{2/3}+\sqrt [3]{2} \sqrt [3]{a} x+x^2} \, dx,x,\sqrt [3]{a+i a \tan (c+d x)}\right )}{8 \sqrt [3]{2} a^{4/3} d}\\ &=-\frac{x}{8\ 2^{2/3} a^{5/3}}+\frac{i \log (\cos (c+d x))}{8\ 2^{2/3} a^{5/3} d}+\frac{3 i \log \left (\sqrt [3]{2} \sqrt [3]{a}-\sqrt [3]{a+i a \tan (c+d x)}\right )}{8\ 2^{2/3} a^{5/3} d}+\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}+\frac{(3 i) \operatorname{Subst}\left (\int \frac{1}{-3-x^2} \, dx,x,1+\frac{2^{2/3} \sqrt [3]{a+i a \tan (c+d x)}}{\sqrt [3]{a}}\right )}{4\ 2^{2/3} a^{5/3} d}\\ &=-\frac{x}{8\ 2^{2/3} a^{5/3}}-\frac{i \sqrt{3} \tan ^{-1}\left (\frac{1+\frac{2^{2/3} \sqrt [3]{a+i a \tan (c+d x)}}{\sqrt [3]{a}}}{\sqrt{3}}\right )}{4\ 2^{2/3} a^{5/3} d}+\frac{i \log (\cos (c+d x))}{8\ 2^{2/3} a^{5/3} d}+\frac{3 i \log \left (\sqrt [3]{2} \sqrt [3]{a}-\sqrt [3]{a+i a \tan (c+d x)}\right )}{8\ 2^{2/3} a^{5/3} d}+\frac{3 i}{10 d (a+i a \tan (c+d x))^{5/3}}+\frac{3 i}{8 a d (a+i a \tan (c+d x))^{2/3}}\\ \end{align*}

Mathematica [A]  time = 1.30763, size = 331, normalized size = 1.55 \[ \frac{i e^{-2 i (c+d x)} \sec ^2(c+d x) \left (27 e^{2 i (c+d x)}+21 e^{4 i (c+d x)}+10 e^{\frac{10}{3} i (c+d x)} \sqrt [3]{1+e^{2 i (c+d x)}} \log \left (1-\frac{e^{\frac{2}{3} i (c+d x)}}{\sqrt [3]{1+e^{2 i (c+d x)}}}\right )-5 e^{\frac{10}{3} i (c+d x)} \sqrt [3]{1+e^{2 i (c+d x)}} \log \left (\frac{\left (1+e^{2 i (c+d x)}\right )^{2/3}+e^{\frac{2}{3} i (c+d x)} \sqrt [3]{1+e^{2 i (c+d x)}}+e^{\frac{4}{3} i (c+d x)}}{\left (1+e^{2 i (c+d x)}\right )^{2/3}}\right )-10 \sqrt{3} e^{\frac{10}{3} i (c+d x)} \sqrt [3]{1+e^{2 i (c+d x)}} \tan ^{-1}\left (\frac{1+\frac{2 e^{\frac{2}{3} i (c+d x)}}{\sqrt [3]{1+e^{2 i (c+d x)}}}}{\sqrt{3}}\right )+6\right )}{80 d (a+i a \tan (c+d x))^{5/3}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + I*a*Tan[c + d*x])^(-5/3),x]

[Out]

((I/80)*(6 + 27*E^((2*I)*(c + d*x)) + 21*E^((4*I)*(c + d*x)) - 10*Sqrt[3]*E^(((10*I)/3)*(c + d*x))*(1 + E^((2*
I)*(c + d*x)))^(1/3)*ArcTan[(1 + (2*E^(((2*I)/3)*(c + d*x)))/(1 + E^((2*I)*(c + d*x)))^(1/3))/Sqrt[3]] + 10*E^
(((10*I)/3)*(c + d*x))*(1 + E^((2*I)*(c + d*x)))^(1/3)*Log[1 - E^(((2*I)/3)*(c + d*x))/(1 + E^((2*I)*(c + d*x)
))^(1/3)] - 5*E^(((10*I)/3)*(c + d*x))*(1 + E^((2*I)*(c + d*x)))^(1/3)*Log[(E^(((4*I)/3)*(c + d*x)) + E^(((2*I
)/3)*(c + d*x))*(1 + E^((2*I)*(c + d*x)))^(1/3) + (1 + E^((2*I)*(c + d*x)))^(2/3))/(1 + E^((2*I)*(c + d*x)))^(
2/3)])*Sec[c + d*x]^2)/(d*E^((2*I)*(c + d*x))*(a + I*a*Tan[c + d*x])^(5/3))

________________________________________________________________________________________

Maple [A]  time = 0.018, size = 181, normalized size = 0.9 \begin{align*}{\frac{{\frac{i}{8}}\sqrt [3]{2}}{d}\ln \left ( \sqrt [3]{a+ia\tan \left ( dx+c \right ) }-\sqrt [3]{2}\sqrt [3]{a} \right ){a}^{-{\frac{5}{3}}}}-{\frac{{\frac{i}{16}}\sqrt [3]{2}}{d}\ln \left ( \left ( a+ia\tan \left ( dx+c \right ) \right ) ^{{\frac{2}{3}}}+\sqrt [3]{2}\sqrt [3]{a}\sqrt [3]{a+ia\tan \left ( dx+c \right ) }+{2}^{{\frac{2}{3}}}{a}^{{\frac{2}{3}}} \right ){a}^{-{\frac{5}{3}}}}-{\frac{{\frac{i}{8}}\sqrt [3]{2}\sqrt{3}}{d}\arctan \left ({\frac{\sqrt{3}}{3} \left ({{2}^{{\frac{2}{3}}}\sqrt [3]{a+ia\tan \left ( dx+c \right ) }{\frac{1}{\sqrt [3]{a}}}}+1 \right ) } \right ){a}^{-{\frac{5}{3}}}}+{\frac{{\frac{3\,i}{8}}}{ad} \left ( a+ia\tan \left ( dx+c \right ) \right ) ^{-{\frac{2}{3}}}}+{\frac{{\frac{3\,i}{10}}}{d} \left ( a+ia\tan \left ( dx+c \right ) \right ) ^{-{\frac{5}{3}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a+I*a*tan(d*x+c))^(5/3),x)

[Out]

1/8*I/d/a^(5/3)*2^(1/3)*ln((a+I*a*tan(d*x+c))^(1/3)-2^(1/3)*a^(1/3))-1/16*I/d/a^(5/3)*2^(1/3)*ln((a+I*a*tan(d*
x+c))^(2/3)+2^(1/3)*a^(1/3)*(a+I*a*tan(d*x+c))^(1/3)+2^(2/3)*a^(2/3))-1/8*I/d/a^(5/3)*2^(1/3)*3^(1/2)*arctan(1
/3*3^(1/2)*(2^(2/3)/a^(1/3)*(a+I*a*tan(d*x+c))^(1/3)+1))+3/8*I/a/d/(a+I*a*tan(d*x+c))^(2/3)+3/10*I/d/(a+I*a*ta
n(d*x+c))^(5/3)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+I*a*tan(d*x+c))^(5/3),x, algorithm="maxima")

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [B]  time = 1.79672, size = 1023, normalized size = 4.8 \begin{align*} \frac{{\left (80 \, a^{2} d \left (-\frac{i}{256 \, a^{5} d^{3}}\right )^{\frac{1}{3}} e^{\left (4 i \, d x + 4 i \, c\right )} \log \left (8 i \, a^{2} d \left (-\frac{i}{256 \, a^{5} d^{3}}\right )^{\frac{1}{3}} + 2^{\frac{1}{3}} \left (\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}\right )^{\frac{1}{3}} e^{\left (\frac{2}{3} i \, d x + \frac{2}{3} i \, c\right )}\right ) +{\left (40 i \, \sqrt{3} a^{2} d - 40 \, a^{2} d\right )} \left (-\frac{i}{256 \, a^{5} d^{3}}\right )^{\frac{1}{3}} e^{\left (4 i \, d x + 4 i \, c\right )} \log \left (2^{\frac{1}{3}} \left (\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}\right )^{\frac{1}{3}} e^{\left (\frac{2}{3} i \, d x + \frac{2}{3} i \, c\right )} - 4 \,{\left (\sqrt{3} a^{2} d + i \, a^{2} d\right )} \left (-\frac{i}{256 \, a^{5} d^{3}}\right )^{\frac{1}{3}}\right ) +{\left (-40 i \, \sqrt{3} a^{2} d - 40 \, a^{2} d\right )} \left (-\frac{i}{256 \, a^{5} d^{3}}\right )^{\frac{1}{3}} e^{\left (4 i \, d x + 4 i \, c\right )} \log \left (2^{\frac{1}{3}} \left (\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}\right )^{\frac{1}{3}} e^{\left (\frac{2}{3} i \, d x + \frac{2}{3} i \, c\right )} + 4 \,{\left (\sqrt{3} a^{2} d - i \, a^{2} d\right )} \left (-\frac{i}{256 \, a^{5} d^{3}}\right )^{\frac{1}{3}}\right ) + 2^{\frac{1}{3}} \left (\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}\right )^{\frac{1}{3}}{\left (21 i \, e^{\left (4 i \, d x + 4 i \, c\right )} + 27 i \, e^{\left (2 i \, d x + 2 i \, c\right )} + 6 i\right )} e^{\left (\frac{2}{3} i \, d x + \frac{2}{3} i \, c\right )}\right )} e^{\left (-4 i \, d x - 4 i \, c\right )}}{80 \, a^{2} d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+I*a*tan(d*x+c))^(5/3),x, algorithm="fricas")

[Out]

1/80*(80*a^2*d*(-1/256*I/(a^5*d^3))^(1/3)*e^(4*I*d*x + 4*I*c)*log(8*I*a^2*d*(-1/256*I/(a^5*d^3))^(1/3) + 2^(1/
3)*(a/(e^(2*I*d*x + 2*I*c) + 1))^(1/3)*e^(2/3*I*d*x + 2/3*I*c)) + (40*I*sqrt(3)*a^2*d - 40*a^2*d)*(-1/256*I/(a
^5*d^3))^(1/3)*e^(4*I*d*x + 4*I*c)*log(2^(1/3)*(a/(e^(2*I*d*x + 2*I*c) + 1))^(1/3)*e^(2/3*I*d*x + 2/3*I*c) - 4
*(sqrt(3)*a^2*d + I*a^2*d)*(-1/256*I/(a^5*d^3))^(1/3)) + (-40*I*sqrt(3)*a^2*d - 40*a^2*d)*(-1/256*I/(a^5*d^3))
^(1/3)*e^(4*I*d*x + 4*I*c)*log(2^(1/3)*(a/(e^(2*I*d*x + 2*I*c) + 1))^(1/3)*e^(2/3*I*d*x + 2/3*I*c) + 4*(sqrt(3
)*a^2*d - I*a^2*d)*(-1/256*I/(a^5*d^3))^(1/3)) + 2^(1/3)*(a/(e^(2*I*d*x + 2*I*c) + 1))^(1/3)*(21*I*e^(4*I*d*x
+ 4*I*c) + 27*I*e^(2*I*d*x + 2*I*c) + 6*I)*e^(2/3*I*d*x + 2/3*I*c))*e^(-4*I*d*x - 4*I*c)/(a^2*d)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\left (i a \tan{\left (c + d x \right )} + a\right )^{\frac{5}{3}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+I*a*tan(d*x+c))**(5/3),x)

[Out]

Integral((I*a*tan(c + d*x) + a)**(-5/3), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{{\left (i \, a \tan \left (d x + c\right ) + a\right )}^{\frac{5}{3}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+I*a*tan(d*x+c))^(5/3),x, algorithm="giac")

[Out]

integrate((I*a*tan(d*x + c) + a)^(-5/3), x)